|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimageware.DoubleBuffer
public class DoubleBuffer
Class DoubleBuffer.
| Field Summary | |
|---|---|
protected java.lang.Object[] |
data
|
protected int |
nx
|
protected int |
nxy
|
protected int |
ny
|
protected int |
nz
|
| Constructor Summary | |
|---|---|
protected |
DoubleBuffer(byte[][][] array,
int mode)
Constructor of a double buffer from a byte array. |
protected |
DoubleBuffer(byte[][] array,
int mode)
Constructor of a double buffer from a byte array. |
protected |
DoubleBuffer(byte[] array,
int mode)
Constructor of a double buffer from a byte array. |
protected |
DoubleBuffer(double[][][] array,
int mode)
Constructor of a double buffer from a double array. |
protected |
DoubleBuffer(double[][] array,
int mode)
Constructor of a double buffer from a double array. |
protected |
DoubleBuffer(double[] array,
int mode)
Constructor of a double buffer from a double array. |
protected |
DoubleBuffer(float[][][] array,
int mode)
Constructor of a double buffer from a float array. |
protected |
DoubleBuffer(float[][] array,
int mode)
Constructor of a double buffer from a float array. |
protected |
DoubleBuffer(float[] array,
int mode)
Constructor of a double buffer from a float array. |
protected |
DoubleBuffer(java.awt.Image image,
int mode)
Constructor of a double buffer from a object Image of Java. |
protected |
DoubleBuffer(ij.ImageStack stack,
byte channel)
Constructor of a double buffer from a specific color channel of ImageStack. |
protected |
DoubleBuffer(ij.ImageStack stack,
int mode)
Constructor of a double buffer from a ImageStack. |
protected |
DoubleBuffer(int nx,
int ny,
int nz)
Constructor of a empty 3D double buffer. |
protected |
DoubleBuffer(short[][][] array,
int mode)
Constructor of a double buffer from a short array. |
protected |
DoubleBuffer(short[][] array,
int mode)
Constructor of a double buffer from a short array. |
protected |
DoubleBuffer(short[] array,
int mode)
Constructor of a double buffer from a short array. |
| Method Summary | |
|---|---|
int |
getDepth()
Return the size in the Z axis. |
int |
getDimension()
Return the number of dimension of this imageware (1, 2 or 3). |
int |
getHeight()
Return the size in the Y axis. |
int[] |
getSize()
Return the size of the imageware int[0] : x, int[1] : y, int[2] : z. |
int |
getSizeX()
Return the size in the X axis. |
int |
getSizeY()
Return the size in the Y axis. |
int |
getSizeZ()
Return the size in the Z axis. |
byte[] |
getSliceByte(int z)
Get a specific slice, fast and direct access, but only for byte imageware. |
double[] |
getSliceDouble(int z)
Get a specific slice, fast and direct access, but only for double imageware. |
float[] |
getSliceFloat(int z)
Get a specific slice, fast and direct access, but only for float imageware. |
short[] |
getSliceShort(int z)
Get a specific slice, fast and direct access, but only for short imageware. |
int |
getTotalSize()
Return the number of pixels in the imageware. |
int |
getType()
Return the type of this imageware. |
java.lang.String |
getTypeToString()
Return the type of this imageware in a string format. |
java.lang.Object[] |
getVolume()
Get a reference of the whole volume data. |
int |
getWidth()
Return the size in the X axis. |
void |
getX(int x,
int y,
int z,
byte[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getX(int x,
int y,
int z,
double[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getX(int x,
int y,
int z,
float[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getX(int x,
int y,
int z,
ImageWare buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getX(int x,
int y,
int z,
short[] buffer)
Get an array from the imageware at the position (x,y,z) in X axis. |
void |
getXY(int x,
int y,
int z,
byte[][] buffer)
get an array into the imageware at the position (x,y,z) in XY axis. |
void |
getXY(int x,
int y,
int z,
double[][] buffer)
get an array into the imageware at the position (x,y,z) in XY axis. |
void |
getXY(int x,
int y,
int z,
float[][] buffer)
get an array into the imageware at the position (x,y,z) in XY axis. |
void |
getXY(int x,
int y,
int z,
ImageWare buffer)
get an array into the imageware at the position (x,y,z) in XY axis. |
void |
getXY(int x,
int y,
int z,
short[][] buffer)
get an array into the imageware at the position (x,y,z) in XY axis. |
void |
getXYZ(int x,
int y,
int z,
byte[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getXYZ(int x,
int y,
int z,
double[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getXYZ(int x,
int y,
int z,
float[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getXYZ(int x,
int y,
int z,
ImageWare buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getXYZ(int x,
int y,
int z,
short[][][] buffer)
Get an array from the imageware at the position (x,y,z) in XYZ axis. |
void |
getXZ(int x,
int y,
int z,
byte[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getXZ(int x,
int y,
int z,
double[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getXZ(int x,
int y,
int z,
float[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getXZ(int x,
int y,
int z,
ImageWare buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getXZ(int x,
int y,
int z,
short[][] buffer)
Get an array from the imageware at the position (x,y,z) in XZ axis. |
void |
getY(int x,
int y,
int z,
byte[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getY(int x,
int y,
int z,
double[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getY(int x,
int y,
int z,
float[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getY(int x,
int y,
int z,
ImageWare buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getY(int x,
int y,
int z,
short[] buffer)
Get an array from the imageware at the position (x,y,z) in Y axis. |
void |
getYZ(int x,
int y,
int z,
byte[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getYZ(int x,
int y,
int z,
double[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getYZ(int x,
int y,
int z,
float[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getYZ(int x,
int y,
int z,
ImageWare buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getYZ(int x,
int y,
int z,
short[][] buffer)
Get an array from the imageware at the position (x,y,z) in YZ axis. |
void |
getZ(int x,
int y,
int z,
byte[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getZ(int x,
int y,
int z,
double[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getZ(int x,
int y,
int z,
float[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getZ(int x,
int y,
int z,
ImageWare buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
void |
getZ(int x,
int y,
int z,
short[] buffer)
Get an array from the imageware at the position (x,y,z) in Z axis. |
boolean |
isSameSize(ImageWare imageware)
Return true is this imageware has the same size the imageware given as parameter. |
void |
putX(int x,
int y,
int z,
byte[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putX(int x,
int y,
int z,
double[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putX(int x,
int y,
int z,
float[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putX(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putX(int x,
int y,
int z,
short[] buffer)
Put an array into the imageware at the position (x,y,z) in X axis. |
void |
putXY(int x,
int y,
int z,
byte[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putXY(int x,
int y,
int z,
double[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putXY(int x,
int y,
int z,
float[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putXY(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putXY(int x,
int y,
int z,
short[][] buffer)
Put an array into the imageware at the position (x,y,z) in XY axis. |
void |
putXYZ(int x,
int y,
int z,
byte[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putXYZ(int x,
int y,
int z,
double[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putXYZ(int x,
int y,
int z,
float[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putXYZ(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putXYZ(int x,
int y,
int z,
short[][][] buffer)
Put an array into the imageware at the position (x,y,z) in XYZ axis. |
void |
putXZ(int x,
int y,
int z,
byte[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putXZ(int x,
int y,
int z,
double[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putXZ(int x,
int y,
int z,
float[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putXZ(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putXZ(int x,
int y,
int z,
short[][] buffer)
Put an array into the imageware at the position (x,y,z) in XZ axis. |
void |
putY(int x,
int y,
int z,
byte[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putY(int x,
int y,
int z,
double[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putY(int x,
int y,
int z,
float[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putY(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putY(int x,
int y,
int z,
short[] buffer)
Put an array into the imageware at the position (x,y,z) in Y axis. |
void |
putYZ(int x,
int y,
int z,
byte[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putYZ(int x,
int y,
int z,
double[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putYZ(int x,
int y,
int z,
float[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putYZ(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putYZ(int x,
int y,
int z,
short[][] buffer)
Put an array into the imageware at the position (x,y,z) in YZ axis. |
void |
putZ(int x,
int y,
int z,
byte[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putZ(int x,
int y,
int z,
double[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putZ(int x,
int y,
int z,
float[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putZ(int x,
int y,
int z,
ImageWare buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
void |
putZ(int x,
int y,
int z,
short[] buffer)
Put an array into the imageware at the position (x,y,z) in Z axis. |
protected void |
throw_constructor()
Prepare a complete error message from the errors coming the constructors. |
protected void |
throw_constructor(int nx,
int ny,
int nz)
Prepare a complete error message from the errors coming the constructors. |
protected void |
throw_get(java.lang.String direction,
java.lang.String border,
java.lang.Object buffer,
int x,
int y,
int z)
Prepare a complete error message from the errors coming the get routines. |
protected void |
throw_put(java.lang.String direction,
java.lang.String border,
java.lang.Object buffer,
int x,
int y,
int z)
Prepare a complete error message from the errors coming the put routines. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object[] data
protected int nx
protected int ny
protected int nz
protected int nxy
| Constructor Detail |
|---|
protected DoubleBuffer(int nx,
int ny,
int nz)
nx - size of the 3D buffer in the X axisny - size of the 3D buffer in the Y axisny - size of the 3D buffer in the Z axis
protected DoubleBuffer(java.awt.Image image,
int mode)
image - source to build a new imageware
protected DoubleBuffer(ij.ImageStack stack,
int mode)
stack - source to build a new imagewaremode - WRAP or CREATE
protected DoubleBuffer(ij.ImageStack stack,
byte channel)
stack - source to build a new imagewarechannel - RED, GREEN or BLUE
protected DoubleBuffer(byte[] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(byte[][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(byte[][][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(short[] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(short[][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(short[][][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(float[] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(float[][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(float[][][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(double[] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(double[][] array,
int mode)
array - source to build this new imageware
protected DoubleBuffer(double[][][] array,
int mode)
array - source to build this new imageware| Method Detail |
|---|
public int getType()
getType in interface Bufferpublic java.lang.String getTypeToString()
getTypeToString in interface Bufferpublic int getDimension()
getDimension in interface Bufferpublic int[] getSize()
getSize in interface Bufferpublic int getSizeX()
getSizeX in interface Bufferpublic int getSizeY()
getSizeY in interface Bufferpublic int getSizeZ()
getSizeZ in interface Bufferpublic int getWidth()
getWidth in interface Bufferpublic int getHeight()
getHeight in interface Bufferpublic int getDepth()
getDepth in interface Bufferpublic int getTotalSize()
getTotalSize in interface Bufferpublic boolean isSameSize(ImageWare imageware)
isSameSize in interface Bufferimageware - imageware to be compared
public void putX(int x,
int y,
int z,
ImageWare buffer)
putX in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putY(int x,
int y,
int z,
ImageWare buffer)
putY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putZ(int x,
int y,
int z,
ImageWare buffer)
putZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putXY(int x,
int y,
int z,
ImageWare buffer)
putXY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putXZ(int x,
int y,
int z,
ImageWare buffer)
putXZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putYZ(int x,
int y,
int z,
ImageWare buffer)
putYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putXYZ(int x,
int y,
int z,
ImageWare buffer)
putXYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - ImageWare object to put into the imageware
public void putX(int x,
int y,
int z,
byte[] buffer)
putX in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to put into the imageware
public void putX(int x,
int y,
int z,
short[] buffer)
putX in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to put into the imageware
public void putX(int x,
int y,
int z,
float[] buffer)
putX in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to put into the imageware
public void putX(int x,
int y,
int z,
double[] buffer)
putX in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to put into the imageware
public void putY(int x,
int y,
int z,
byte[] buffer)
putY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 1D array to put into the imageware
public void putY(int x,
int y,
int z,
short[] buffer)
putY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 1D array to put into the imageware
public void putY(int x,
int y,
int z,
float[] buffer)
putY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 1D array to put into the imageware
public void putY(int x,
int y,
int z,
double[] buffer)
putY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 1D array to put into the imageware
public void putZ(int x,
int y,
int z,
byte[] buffer)
putZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - bybytete 1D array to put into the imageware
public void putZ(int x,
int y,
int z,
short[] buffer)
putZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byshortte 1D array to put into the imageware
public void putZ(int x,
int y,
int z,
float[] buffer)
putZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byfloatte 1D array to put into the imageware
public void putZ(int x,
int y,
int z,
double[] buffer)
putZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - bydoublete 1D array to put into the imageware
public void putXY(int x,
int y,
int z,
byte[][] buffer)
putXY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to put into the imageware
public void putXY(int x,
int y,
int z,
short[][] buffer)
putXY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to put into the imageware
public void putXY(int x,
int y,
int z,
float[][] buffer)
putXY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to put into the imageware
public void putXY(int x,
int y,
int z,
double[][] buffer)
putXY in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to put into the imageware
public void putXZ(int x,
int y,
int z,
byte[][] buffer)
putXZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to put into the imageware
public void putXZ(int x,
int y,
int z,
short[][] buffer)
putXZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to put into the imageware
public void putXZ(int x,
int y,
int z,
float[][] buffer)
putXZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to put into the imageware
public void putXZ(int x,
int y,
int z,
double[][] buffer)
putXZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to put into the imageware
public void putYZ(int x,
int y,
int z,
byte[][] buffer)
putYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 2D array to put into the imageware
public void putYZ(int x,
int y,
int z,
short[][] buffer)
putYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 2D array to put into the imageware
public void putYZ(int x,
int y,
int z,
float[][] buffer)
putYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 2D array to put into the imageware
public void putYZ(int x,
int y,
int z,
double[][] buffer)
putYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 2D array to put into the imageware
public void putXYZ(int x,
int y,
int z,
byte[][][] buffer)
putXYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - byte 3D array to put into the imageware
public void putXYZ(int x,
int y,
int z,
short[][][] buffer)
putXYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - short 3D array to put into the imageware
public void putXYZ(int x,
int y,
int z,
float[][][] buffer)
putXYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - float 3D array to put into the imageware
public void putXYZ(int x,
int y,
int z,
double[][][] buffer)
putXYZ in interface Bufferx - X starting position to put the buffery - Y starting position to put the bufferz - Z starting position to put the bufferbuffer - double 3D array to put into the imageware
public void getX(int x,
int y,
int z,
ImageWare buffer)
getX in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the imageware
public void getY(int x,
int y,
int z,
ImageWare buffer)
getY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the imageware
public void getZ(int x,
int y,
int z,
ImageWare buffer)
getZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the imageware
public void getXY(int x,
int y,
int z,
ImageWare buffer)
getXY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the imageware
public void getXZ(int x,
int y,
int z,
ImageWare buffer)
getXZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the imageware
public void getYZ(int x,
int y,
int z,
ImageWare buffer)
getYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the datase
public void getXYZ(int x,
int y,
int z,
ImageWare buffer)
getXYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - ImageWare object to get into the imageware
public void getX(int x,
int y,
int z,
byte[] buffer)
getX in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imageware
public void getX(int x,
int y,
int z,
short[] buffer)
getX in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imageware
public void getX(int x,
int y,
int z,
float[] buffer)
getX in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imageware
public void getX(int x,
int y,
int z,
double[] buffer)
getX in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imageware
public void getY(int x,
int y,
int z,
byte[] buffer)
getY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imageware
public void getY(int x,
int y,
int z,
short[] buffer)
getY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imageware
public void getY(int x,
int y,
int z,
float[] buffer)
getY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imageware
public void getY(int x,
int y,
int z,
double[] buffer)
getY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imageware
public void getZ(int x,
int y,
int z,
byte[] buffer)
getZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 1D array to get into the imageware
public void getZ(int x,
int y,
int z,
short[] buffer)
getZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 1D array to get into the imageware
public void getZ(int x,
int y,
int z,
float[] buffer)
getZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 1D array to get into the imageware
public void getZ(int x,
int y,
int z,
double[] buffer)
getZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 1D array to get into the imageware
public void getXY(int x,
int y,
int z,
byte[][] buffer)
getXY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imageware
public void getXY(int x,
int y,
int z,
short[][] buffer)
getXY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imageware
public void getXY(int x,
int y,
int z,
float[][] buffer)
getXY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imageware
public void getXY(int x,
int y,
int z,
double[][] buffer)
getXY in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imageware
public void getXZ(int x,
int y,
int z,
byte[][] buffer)
getXZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the imageware
public void getXZ(int x,
int y,
int z,
short[][] buffer)
getXZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the imageware
public void getXZ(int x,
int y,
int z,
float[][] buffer)
getXZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the imageware
public void getXZ(int x,
int y,
int z,
double[][] buffer)
getXZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the imageware
public void getYZ(int x,
int y,
int z,
byte[][] buffer)
getYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 2D array to get into the datase
public void getYZ(int x,
int y,
int z,
short[][] buffer)
getYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 2D array to get into the datase
public void getYZ(int x,
int y,
int z,
float[][] buffer)
getYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 2D array to get into the datase
public void getYZ(int x,
int y,
int z,
double[][] buffer)
getYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 2D array to get into the datase
public void getXYZ(int x,
int y,
int z,
byte[][][] buffer)
getXYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - byte 3D array to get into the imageware
public void getXYZ(int x,
int y,
int z,
short[][][] buffer)
getXYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - short 3D array to get into the imageware
public void getXYZ(int x,
int y,
int z,
float[][][] buffer)
getXYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - float 3D array to get into the imageware
public void getXYZ(int x,
int y,
int z,
double[][][] buffer)
getXYZ in interface Bufferx - X starting position to get the buffery - Y starting position to get the bufferz - Z starting position to get the bufferbuffer - double 3D array to get into the imagewareprotected void throw_constructor()
protected void throw_constructor(int nx,
int ny,
int nz)
protected void throw_get(java.lang.String direction,
java.lang.String border,
java.lang.Object buffer,
int x,
int y,
int z)
protected void throw_put(java.lang.String direction,
java.lang.String border,
java.lang.Object buffer,
int x,
int y,
int z)
public java.lang.Object[] getVolume()
getVolume in interface Bufferpublic byte[] getSliceByte(int z)
getSliceByte in interface Bufferz - number of the requested slice
public short[] getSliceShort(int z)
getSliceShort in interface Bufferz - number of the requested slice
public float[] getSliceFloat(int z)
getSliceFloat in interface Bufferz - number of the requested slice
public double[] getSliceDouble(int z)
getSliceDouble in interface Bufferz - number of the requested slice
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||